home *** CD-ROM | disk | FTP | other *** search
/ Great Generals of the 20th Century / Great Generals of the 20th Century.iso / title.inc < prev   
Text File  |  1996-02-16  |  1KB  |  51 lines

  1. rem *** Constants for disc
  2.  
  3. '$define IsRunAdvertOnStartUp
  4.  
  5. '$define IsUsingOnLineReg
  6.  
  7. const Dir_Group        = ""
  8.  
  9. rem *** Constants specific to First World War
  10.  
  11. '$define IsGGL
  12.  
  13. const Dir_GGLRoot       = "\GGL"
  14. const INI_GGL        = "GENERALS.INI"
  15. const DLL_GGL        = "GENERALS.DLL"
  16.  
  17. const Icon_GGL        = "\ggl.ico"
  18.  
  19. const Sect_GGLBinary        = "FlagTower GGL binaries"
  20. const Sect_GGLEngine        = "FlagTower GGL AV Engine"
  21. const Sect_GGLAccusoftGold    = "FlagTower GGL Accusoft Pro Gold"
  22. const Sect_GGLDatabase        = "FlagTower GGL database"
  23. const Sect_GGLCDilla        = "FlagTower C-Dilla GGL"
  24.  
  25. global Path_GGLRoot as string
  26. global Path_GGLBinary as string
  27. global Path_GGLEngine as string
  28. global Path_GGLDatabase as string
  29.  
  30. rem *** Constants specific to First World War
  31.  
  32. '$define IsAdvert
  33.  
  34. const Dir_AdvertRoot       = "\Advert"
  35. const INI_Advert        = "ADVERT.INI"
  36. const DLL_Advert        = "ADVERT.DLL"
  37.  
  38. const Icon_Advert        = "1"
  39.  
  40. const Sect_AdvertBinary        = "FlagTower Advert binaries"
  41. const Sect_AdvertEngine        = "FlagTower Advert AV Engine"
  42. const Sect_AdvertAccusoftGold    = "FlagTower Advert Accusoft Pro Gold"
  43. const Sect_AdvertDatabase    = "FlagTower Advert database"
  44. const Sect_AdvertCDilla        = "FlagTower C-Dilla Advert"
  45.  
  46. global Path_AdvertRoot as string
  47. global Path_AdvertBinary as string
  48. global Path_AdvertEngine as string
  49. global Path_AdvertDatabase as string
  50.  
  51.